All Questions
2 questions
8votes
2answers
19kviews
Why use SDL and OpenGL instead of just OpenGL?
I've been seeing people combine SDL2 and OpenGL (glfw.h or glut.h) for a while now, I've done some research and found out SDL2 runs on OpenGL. So why does people combine these two? Some people ...
8votes
3answers
14kviews
Is it possible to combine C/C++ with web languages? [duplicate]
I would like to create a web application (meaning that will run from browser). The point is that I want to write just the UI in HTML5 + CSS + JS (or maybe even some PHP). On the other hand, I want to ...